home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4468 < prev    next >
Encoding:
Text File  |  1996-08-06  |  741 b   |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!gibson
  3. From: gibson@netcom.com (Bob Gibson)
  4. Subject: Re: Why C++ sucks++
  5. Message-ID: <gibsonDLzuoG.3En@netcom.com>
  6. Organization: A number of persons or groups united for some purpose
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <1996Jan29.223357.1@aspen> <4ek6e8$s76@reader2.ix.netcom.com>
  9. Date: Tue, 30 Jan 1996 12:29:03 GMT
  10. Sender: gibson@netcom11.netcom.com
  11.  
  12. : ferriom@aspen wrote:
  13.  
  14. : >*** HIGH SCHOOL ***
  15.  
  16. : >100  PRINT "Hello World."
  17. : >999  END
  18.  
  19. ... Let's be consistant. :-)
  20.  
  21.   *** SEASONED PROFESSIONAL ***
  22.   #include <iostream.h>
  23.  
  24.   main()
  25.   {
  26.     cout << "Hello World" << endl;
  27.     return 0;
  28.   }
  29.    
  30.  
  31. -- 
  32. O.J. Verdict - The best innocence money can buy
  33.  
  34. Bob Gibson -- gibson@netcom.com
  35.